home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / paf.helpmark < prev    next >
Text File  |  1991-10-23  |  2KB  |  68 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                 partformat                                  |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. \partformat{\numberingstyle{1}
  6.   \titleformat{\dumpinsertseject\titlepage
  7.        \hrule height 0pt depth 0pt
  8.        \vfil
  9.        \centerline{\twelvept\bd
  10.                          Part \partnumber}
  11.        \centerline{\twelvept\bd \parttitle}
  12.        \setchapternumber{0}
  13.        \setsubheadanumber{0}
  14.        \setsubheadbnumber{0}
  15.        \setsubheadcnumber{0}
  16.        \setsubheaddnumber{0}
  17.        \setfootnotenumber{0}
  18.        \setendnotenumber{0}
  19.        \setfigurenumber{0}
  20.        \settablenumber{0}
  21.        }
  22.  
  23.   \incontents{yes}
  24.    }
  25.  
  26. Abbreviation:  π|\pafπ%
  27.  
  28. Parameters:    π|submarkupπ%
  29.  
  30. Submarkup:     π|\numberingstyle, \titleformat, \incontentsπ%
  31.  
  32.     π|Description:π%
  33. The \partformat  markup allows you to  modify the defaults  that control the
  34. appearance of the part title.  Following are the submarkup descriptions.
  35.  
  36. π|numberingstyleπ% allows you to  change the style from Arabic numerals, the
  37. default (1),  to capital letters  (A) or  roman numerals (I).  If you wanted
  38. your parts in roman numerals, you would specify:
  39.  
  40. \partformat{\numberingstyle{I}}
  41.  
  42. π|titleformatπ% controls the  appearance of the part title  banner.  You may
  43. use markup such as  \newpage, \dumpinsertseject \verticalspace, and \center-
  44. line within \titleformat as Nested Markup.   Other markup you may use within
  45. or outside of \partformat:
  46.     π|partnumber.π%  prints the most recent part number.
  47.     π|parttitle.π%  prints the most recent part title.
  48.     π|hrule height  0pt depth 0pt.π%   is used  to create a  half title page
  49. along with \vfil.
  50.  
  51. π|incontentsπ%  places the  part  title  in contents  (if  one  is printed).
  52. Printing can be suppressed by changing to "no."
  53.  
  54.     π|Example:π%
  55. This example does not  create a half title page.   Instead the part starts a
  56. new page, centers the title  bold, and one line is skipped afterwards before
  57. printing the text of the part.
  58.  
  59. \partformat{\titleformat{\newpage
  60.       \cl{\bd \parttitle}
  61.  
  62.       \vs{1\bl}
  63.       }}
  64.  
  65.     π|Notes:π%
  66. The \partformat  markup must come after  the \monospace markup,  if both are
  67. used.  See The TEXbook for more on \vfil.
  68.